From cc50fa3051947e1b72f87f22767886a7904761fe Mon Sep 17 00:00:00 2001 From: Wei Liu Date: Mon, 5 Dec 2016 13:49:44 +0000 Subject: [PATCH] gdbstub: remove duplicated inclusion of init.h Signed-off-by: Wei Liu Reviewed-by: Andrew Cooper --- xen/common/gdbstub.c | 1 - 1 file changed, 1 deletion(-) diff --git a/xen/common/gdbstub.c b/xen/common/gdbstub.c index 19e3b8d78c..07095e1ec7 100644 --- a/xen/common/gdbstub.c +++ b/xen/common/gdbstub.c @@ -44,7 +44,6 @@ #include #include #include -#include #include /* Printk isn't particularly safe just after we've trapped to the -- 2.30.2